Fix parallel build and bootstrap on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2012 10:23:54 +0000 (13:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Apr 2012 10:23:54 +0000 (13:23 +0300)
commit1fcb77ca2f1b412967dd399da14b98d0302576d2
tree79f833a22997ae4df64f4752d2ad5be71bf14d42
parent9771cd4191fe6e9aea2b74205a15bea7f337f4d6
parentea13cf0e2f59c3e901798f30c98c8a9afb5a0ec7
Fix parallel build and bootstrap on MS-Windows.

 nt/makefile.w32-in: (all): Don't depend on stamp_BLD and on maybe-bootstrap.
 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
 (bootstrap-gmake): Invoke the "clean" and build targets in 2
 separate commands, so they run in that order even under "make -j".
 lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
 lib-src/makefile.w32-in (ALL): Now the list of executables, not of phony
 targets.
 (.PHONY): Only make-docfile is its prerequisite now.
 (make-docfile): Don't depend on stamp_BLD.  Add a comment about
 the need in this target.
 (ctags, etags, ebrowse, hexl, movemail, emacsclient)
 (test-distrib): Phony targets removed.
 ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
 (all): Don't depend on stamp_BLD.